SixBit API Schema
Inventory_ListType Complex Type
Description
An API call to retrieve a list of inventory.
Namespace (none)
Diagram
Inventory_ListType Complex Type
Overview
Inventory_ListType
An API call to retrieve a list of inventory.
mapfilepath optional xs:string
The full name and path to a SixBit mapfile.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
purchasedattrGroup
Attributes to specify a range of dates an object was purchased.
itemid optional xs:string
The unique itemid.
externalitemid optional xs:string
The externally generated, unique identifier of the item.
sku optional xs:string
The unique SKU.
productid optional xs:string
The product id.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Inventory_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit mapfile.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
itemidxs:stringoptional  The unique itemid.
externalitemidxs:stringoptional  The externally generated, unique identifier of the item.
skuxs:stringoptional  The unique SKU.
productidxs:stringoptional  The product id.
Source
<xs:complexType name="Inventory_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of inventory.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit mapfile.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="purchasedattrGroup" />
  <xs:attribute name="itemid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The unique itemid.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="externalitemid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The externally generated, unique identifier of the item.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="sku" type="xs:string">
    <xs:annotation>
      <xs:documentation>The unique SKU.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="productid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The product id.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.